'Usage Dim instance As NotifyCollectionBase(Of T) Dim item As T Dim value As Boolean value = instance.Contains(item)
Parameters
- item
- The item in the collection for which to search.
Return Value
true
if the collection contains the specified item; otherwise, false
.